Function |map
std/data/string_map::|map
Usage
|map(entries)
Parameters
↳ entries: Vec<StringMap> (std/data/string_map::StringMap)
Return
↴ StringMap
Build a StringMap by merging a list of single-entry maps.
Each element in entries should be produced by |entry(key, value).
Later entries with the same key overwrite earlier ones.